home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / mtgrap1c / std_defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-29  |  494 b   |  27 lines

  1. /*****************************************************
  2. ; Filename     : std_defs.h
  3. ;
  4. ; Date         : 
  5. ; Mod. Date    : 
  6. ;
  7. ; Others    : Obtained from Ferraro
  8. ;        : VGA Trainer    (smith9@batis.bis.und.ac.za)
  9. ;        ; VGL20         (morley@camosun.bc.ca)
  10. ;****************************************************/
  11. #ifndef STD_DEFS_H
  12. #define STD_DEFS_H
  13.  
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17.  
  18. typedef unsigned char byte;
  19. typedef byte far* block;
  20.  
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24.  
  25. #endif STD_DEFS_H
  26.  
  27.